1、定义模板方法模式(Template Method Pattern):定义一个操作中的算法的框架,而将一些步骤延迟到子类中。使得子类可以不改变一个算法的结构即可重定义该算法的某些特定步骤。
基于841个网页-相关网页
Command Pattern(行为模式)、Observer Pattern(观察者模式)、Template Method Pattern(模版方法)、State Pattern(状态模式)、Strategy Pattern(策略模式)
基于24个网页-相关网页
The Template Method Pattern 模板方法模式
Template Method Pattern Introduction 模板方法模式简介
Template Method design pattern 计模式 ; 模板方法模式
以上来源于: WordNet
Such USES of the Template Method pattern offer good separation of concerns.
模板方法模式的这种用法提供了关注点的好的分离。
A servlet that USES the Template Method pattern to encapsulate a three-step workflow.
一个采用Template Method模式的Servlet封装一个包含三个步骤的工作流。
Similarly, classes using the Template Method pattern contain a series of steps, and some are left blank.
类似地,采用Template Method模式的类也包含一系列的步骤,而其余的则留空。
应用推荐